home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / shell.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  182 lines

  1. object TPersHolder
  2.   P.Name = 'Unix Shell'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 1
  12.       FIIntNum = 7
  13.       FIFloatNum = 8
  14.       FIHexNum = 9
  15.       FISymbol = 2
  16.       UseSymbols = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UsePrefixedIdentifiers = True
  25.       UseKeywords = True
  26.       BlockDelimiters = <>
  27.       SingleLineCommentDelimiters = <
  28.         item
  29.           FontID = 3
  30.           LeftDelimiter = '#'
  31.         end>
  32.       MultiLineCommentDelimiters = <
  33.         item
  34.           FontID = 11
  35.           LeftDelimiter = '<<EOF'
  36.           RightDelimiter = 'EOF'
  37.         end>
  38.       SingleLineStringDelimiters = <
  39.         item
  40.           FontID = 4
  41.           LeftDelimiter = '"'
  42.           RightDelimiter = '"'
  43.         end
  44.         item
  45.           FontID = 5
  46.           LeftDelimiter = #39
  47.           RightDelimiter = #39
  48.         end
  49.         item
  50.           FontID = 6
  51.           LeftDelimiter = '`'
  52.           RightDelimiter = '`'
  53.         end>
  54.       NumPrefixes = <
  55.         item
  56.           LeftDelimiter = '0x'
  57.         end
  58.         item
  59.           LeftDelimiter = '0X'
  60.         end>
  61.       IdentPrefixes = <
  62.         item
  63.           LeftDelimiter = '$'
  64.         end>
  65.       KeywordSets = <
  66.         item
  67.           FontID = 10
  68.           Name = 'reserved'
  69.           Keywords = 
  70.             'alias,bg,bind,break,builtin,case,cd,command,continue,declare,dir' +
  71.             's,disown,do,done,echo,elif,else,enable,esac,eval,exec,exit,expor' +
  72.             't,fc,fg,fi,for,function,getopts,hash,help,history,if,in,jobs,kil' +
  73.             'l,let,local,logout,popd,printf,pushd,pwd,read,readonly,return,se' +
  74.             'lect,set,shift,shopt,suspend,test,then,time,times,trap,type,type' +
  75.             'set,ulimit,umask,unalias,unset,until,wait,while'
  76.         end>
  77.       FirstIdentChars = '.-/A-Z_a-z~'
  78.       OtherIdentChars = '.-9A-Z_a-z~'
  79.     end>
  80.   P.FontTable = <
  81.     item
  82.       FontID = 1
  83.       GlobalAttrID = 'Whitespace'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = []
  89.     end
  90.     item
  91.       FontID = 2
  92.       GlobalAttrID = 'Delimiters'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clBlack
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 3
  101.       GlobalAttrID = 'Comment'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGray
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = [fsItalic]
  107.     end
  108.     item
  109.       FontID = 4
  110.       GlobalAttrID = 'String'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clMaroon
  113.       Font.Height = -13
  114.       Font.Name = 'Courier New'
  115.       Font.Style = []
  116.     end
  117.     item
  118.       FontID = 5
  119.       GlobalAttrID = 'String'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clMaroon
  122.       Font.Height = -13
  123.       Font.Name = 'Courier New'
  124.       Font.Style = []
  125.     end
  126.     item
  127.       FontID = 6
  128.       GlobalAttrID = 'String'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clMaroon
  131.       Font.Height = -13
  132.       Font.Name = 'Courier New'
  133.       Font.Style = []
  134.     end
  135.     item
  136.       FontID = 7
  137.       GlobalAttrID = 'Integer'
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clGreen
  140.       Font.Height = -13
  141.       Font.Name = 'Courier New'
  142.       Font.Style = []
  143.     end
  144.     item
  145.       FontID = 8
  146.       GlobalAttrID = 'Float'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clGreen
  149.       Font.Height = -13
  150.       Font.Name = 'Courier New'
  151.       Font.Style = []
  152.     end
  153.     item
  154.       FontID = 9
  155.       GlobalAttrID = 'Integer'
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clGreen
  158.       Font.Height = -13
  159.       Font.Name = 'Courier New'
  160.       Font.Style = []
  161.     end
  162.     item
  163.       FontID = 10
  164.       GlobalAttrID = 'Reserved words'
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clBlue
  167.       Font.Height = -13
  168.       Font.Name = 'Courier New'
  169.       Font.Style = [fsBold]
  170.     end
  171.     item
  172.       FontID = 11
  173.       GlobalAttrID = 'Comment'
  174.       Font.Charset = DEFAULT_CHARSET
  175.       Font.Color = clTeal
  176.       Font.Height = -13
  177.       Font.Name = 'Courier New'
  178.       Font.Style = []
  179.     end>
  180.   P.SyntaxVersion = 3
  181. end
  182.